; Don't document package-x.el
authorStefan Kangas <stefankangas@gmail.com>
Sun, 2 Mar 2025 04:09:37 +0000 (05:09 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 2 Mar 2025 04:09:37 +0000 (05:09 +0100)
* doc/lispref/package.texi (Package Archives): Delete documentation on
package-x.el, since it's obsolete in Emacs 31 and we want to discourage
its use.

doc/lispref/package.texi

index 6c9bfb8599305270f72c2c1c6887f71cf39b3ecd..c96c2f5d234150934285862936454f6df1f9d6e1 100644 (file)
@@ -314,12 +314,6 @@ and associated files, are stored.  If you want the archive to be
 reachable via HTTP, this directory must be accessible to a web server;
 @xref{Archive Web Server}.
 
-  A convenient way to set up and update a package archive is via the
-@code{package-x} library.  This is included with Emacs, but not loaded
-by default; type @kbd{M-x load-library @key{RET} package-x @key{RET}} to
-load it, or add @code{(require 'package-x)} to your init file.
-@xref{Lisp Libraries,, Lisp Libraries, emacs, The GNU Emacs Manual}.
-
 @noindent
 After you create an archive, remember that it is not accessible in the
 Package Menu interface unless it is in @code{package-archives}.
@@ -338,7 +332,7 @@ them using a cryptographic key.  If you have generated a
 private/public gpg key pair, you can use gpg to sign the package like
 this:
 
-@c FIXME EasyPG / package-x way to do this.
+@c FIXME EasyPG way to do this.
 @example
 gpg -ba -o @var{file}.sig @var{file}
 @end example